IsDigit
Definition:
IsDigit(string)
Description:
Check a string to determine if it contains only numeric characters.
Platforms:
All
Parameters:
string - required
String to be checked.
Returns:
0
The string doesn't contain only numbers.
1
The string contains only numbers.